import { PublicKey, TransactionInstruction } from '@solana/web3.js'; import BN from 'bn.js'; export declare const withDepositGoverningTokens: (instructions: TransactionInstruction[], programId: PublicKey, programVersion: number, realm: PublicKey, governingTokenSource: PublicKey, governingTokenMint: PublicKey, governingTokenOwner: PublicKey, governingTokenSourceAuthority: PublicKey, payer: PublicKey, amount: BN) => Promise; //# sourceMappingURL=withDepositGoverningTokens%20copy.d.ts.map